Enhances Team Admin member role view.#1376
Merged
jSylvestre merged 6 commits intomasterfrom Oct 24, 2025
Merged
Conversation
Improves the Team Admin member role view by adding styling and pagination. The table displaying members and their roles is enhanced with data table functionality, including pagination, sorting, and responsive styling, to improve usability. Adds styles and scripts report partials.
Updates the Azure Pipelines VM image from 'windows-2019' to 'windows-latest'. This ensures the pipeline uses the most up-to-date Windows environment, providing access to the latest features, security patches, and tooling.
Updates the CI pipeline configuration to use Node 20.x. This change ensures compatibility with the latest dependencies and improves the build process. The pipeline now includes steps to build, test, and publish the application, including Keas.Mvc and related job projects.
Member
Author
|
the formatting changes in the yml file happened when I saved in vs code. |
sprucely
requested changes
Oct 23, 2025
Contributor
sprucely
left a comment
There was a problem hiding this comment.
The YML looks okay. I ran it by copilot, and it says the whitespace change doesn't impact semantic meaning as long as it is consistent.
| @@ -95,6 +95,6 @@ | |||
| }, | |||
| "engines": { | |||
Contributor
There was a problem hiding this comment.
Changes in npm and node usually go together. Should probably update the npm version here to whatever comes with node 20.0.0.
Updates the minimum required npm version to 10.0.0. This ensures compatibility with newer dependencies and build tools, as well as aligns with the project's ongoing upgrades.
jSylvestre
commented
Oct 23, 2025
| "engines": { | ||
| "npm": ">=9.5.1", | ||
| "node": ">=18.16.0" | ||
| "npm": ">=10.0.0", |
Member
Author
There was a problem hiding this comment.
This is the one AI and google appear to say is the correct one.
srkirkland
approved these changes
Oct 23, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Improves the Team Admin member role view by adding styling and pagination.
The table displaying members and their roles is enhanced with data table functionality, including pagination, sorting, and responsive styling, to improve usability.
Adds styles and scripts report partials.